<a href=# onclick="t6(296);return false;" target=_self>请问这句代码是什么意思

来源:百度知道 编辑:UC知道 时间:2024/05/02 20:59:31
这是一个网址的链接, 请问 那个链接的具体地址存到哪了? 如何实现的?

它会有个
名字为t6的方法

例如
<script type="text/javascript">

function t6(id)
{
switch(id)
{
case:296:location.href="http://www.yanghua.com";
}
}
</script>

之类